//-----------------------------------------------------------------------------
//
// Copyright (c) 2021-2022 Marvell. All rights reserved.
// The following file is subject to the limited use license agreement by and
// between Marvell and you, your employer or other entity on behalf of whom
// you act. In the absence of such license agreement the following file is
// subject to Marvell's standard Limited Use License Agreement.
//
//-----------------------------------------------------------------------------

Date: 2022/09/28


MSU Linux Known Issues:

1. When you try to uninstall MSU but command stuck in SUSE 15.
    Solution:
       Please reboot OS and try to uninstall again.

2. When you see error "libnsl.so.1: cannot open shared object file: No such file or directory".
    Solution:
        You need to install libnsl.so.1.
    [For 64 bit]
    yum install libnsl.so.1*64*

    [For 32 bit]
    yum install libnsl.so.1*32*

    Reference:
    [install yum issue]
    https://unix.stackexchange.com/questions/568542/rhel-8-cant-install-packages-due-to-not-reciving-updates

    [install libnsl.so.1 issue]
    https://www.dbi-services.com/blog/control-m-em-libnsl-so-1-cannot-open-shared-object-file-no-such-file-or-directory/